crypto/internal/bigmod.Nat.montgomeryMul (method)
13 uses
crypto/internal/bigmod (current package)
nat.go#L344: rr.montgomeryMul(rr, rr, m)
nat.go#L552: return x.montgomeryMul(x, m.rr, m)
nat.go#L565: return x.montgomeryMul(x, one, m)
nat.go#L573: func (x *Nat) montgomeryMul(a *Nat, b *Nat, m *Modulus) *Nat {
nat.go#L718: return x.montgomeryMul(xR, y, m) // x = xR * y / R mod m
nat.go#L739: table[i].montgomeryMul(table[i-1], table[0], m)
nat.go#L750: out.montgomeryMul(out, out, m)
nat.go#L751: out.montgomeryMul(out, out, m)
nat.go#L752: out.montgomeryMul(out, out, m)
nat.go#L753: out.montgomeryMul(out, out, m)
nat.go#L762: tmp.montgomeryMul(out, tmp, m)
nat.go#L781: out.montgomeryMul(out, out, m)
nat.go#L783: out.montgomeryMul(out, xR, m)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |